home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_31662.txt < prev    next >
Text File  |  1990-08-07  |  912b  |  48 lines

  1. -- card: 31662 from stack: in.0-2
  2. -- bmap block id: 32212
  3. -- flags: 0000
  4. -- background id: 10385
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=396 top=251 right=272 bottom=420
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   go next
  24.   unlock screen with wipe right
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=396 top=275 right=296 bottom=420
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 1014 / 1014
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   lock screen
  44.   go prev
  45.   unlock screen with wipe left
  46. end mouseUp
  47.  
  48.